Alison Balter's Mastering Access 95 Development
Alison Balter's Mastering Access 95 Development
Overview
Acknowledgments
About the Author
Introduction
1
Introduction to Access Development
2
A Strategy For Developing Access Applications
3
What Every Developer Needs to Know About Tables
4
Relationships: Your Key to Data Integrity
5
What Every Developer Needs to Know About Query Basics
6
What Every Developer Needs to Know About Form Basics
7
What Every Developer Needs to Know About Report Basics
Chapter 8
VBA 101: The Basics of VBA
9
Advanced Visual Basic for Applications Techniques
10
The Real Scoop on Objects, Properties, and Events
11
What Are Macros and When Do You Need Them?
12
Advanced Query Concepts
13
Let's Get More Intimate with Forms: Advanced Techniques
14
15
What Are Data Access Objects and Why Are They Important?
16
Debugging: Your Key to Successful Development
17
Handling Those Dreaded Runtime Errors
18
Developing for a Multiuser Environment
19
Utilizing External Data
What Is External Data?
20
Client/Server Techniques
21
Client/Server Strategies
22
Transaction Processing
23
Optimizing Your Application
24
Replication Made Easy
25
OLE: Communicating with Other Applications
26
Using OLE Controls
27
Leveraging Your Application: Creating Your Own Libraries
28
Working with and Creating Add-Ins, Wizards, and Builders
29
External Functions: The Windows API
30
Database Security Made Easy
31
Complex Security Issues
32
Documenting Your System
33
Database Maintenance Techniques
34
Developing a Help File
35
Distributing Your Application with the Access Developer's Toolkit
A
Table Structures
B
Naming Conventions